bitkeeper revision 1.1707 (42a8bef84ufqr4dGKMyBtJRUb9pcOQ)
authordjm@sportsman.spdomain <djm@sportsman.spdomain>
Thu, 9 Jun 2005 22:13:12 +0000 (22:13 +0000)
committerdjm@sportsman.spdomain <djm@sportsman.spdomain>
Thu, 9 Jun 2005 22:13:12 +0000 (22:13 +0000)
Accomodate recent addition of physaddr_t type

xen/include/asm-ia64/config.h

index 1052e595ac256b03fb8733d51564eb93ba722a81..442d49a382f6fef54832de583ce751b3872ab09e 100644 (file)
@@ -27,6 +27,8 @@
 // needed by include/asm-ia64/processor.h (and other places)
 typedef int pid_t;
 
+// now needed for xen/include/mm.h
+typedef unsigned long physaddr_t;
 // from include/linux/kernel.h
 #define ALIGN(x,a) (((x)+(a)-1)&~((a)-1))